Bump versions
authorFelix Krull <f_krull@gmx.de>
Sun, 15 Dec 2019 11:46:34 +0000 (12:46 +0100)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index f8b13130f9b36632442e2869caf8fa215d7d4ce5..22cca6a5758814b40c4787377b2e1c73b151ffbb 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.6.1"
+version = "0.6.2"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -42,7 +42,7 @@ gio = "0.7.0"
 glib-sys = "0.9.0"
 gobject-sys = "0.9.0"
 gio-sys = "0.9.0"
-ostree-sys = { version = "0.5.1", path = "sys" }
+ostree-sys = { version = "0.5.2", path = "sys" }
 
 [dev-dependencies]
 maplit = "1.0.1"
index 6466d848827f261caf8a2adc4fd1eb07773c78ab..f75213a596ab3619877ca776bdd0a0911b7ef9e4 100644 (file)
@@ -62,7 +62,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.5.1"
+version = "0.5.2"
 
 ["package.metadata.docs.rs"]
 features = ["dox", "v2019_6"]